Dimension Explained
Introduction
When we say a line is “1‑dimensional” and a plane is “2‑dimensional,” we’re really talking about how many numbers it takes to describe any point in that space.
Because you already know what a basis is, you’re ready to see how dimension naturally follows from that idea.
This article explains:
- What “dimension” means
- Why basis vectors determine dimension
- Examples in familiar spaces
- How to think about dimension intuitively
- Exercises and solutions
What Is Dimension?
The dimension of a vector space is:
- The number of vectors in any basis of the space.
This works because:
- A basis is the smallest set of vectors that can describe the whole space.
- Every basis of the same space has the same number of vectors.
- That number is the dimension.
So:
- A line is 1D because any basis for a line has one vector.
- A plane is 2D because any basis for a plane has two independent vectors.
- $\mathbb{R}^3$ is 3D because any basis has three independent vectors.
Why Dimension Makes Sense
Here are some intuitive ways to think about dimension:
1. Number of Directions
- A line has only one direction you can move.
- A plane has two independent directions.
- Space has three.
2. Number of Coordinates Needed
To describe a point:
- On a line: you need 1 number
- In a plane: you need 2 numbers
- In space: you need 3 numbers
3. Number of Basis Vectors
A basis for:
- A line has 1 vector
- A plane has 2 vectors
- $\mathbb{R}^3$ has 3 vectors
This matches perfectly with the coordinate idea.
Examples of Dimensions
1. A Line Through the Origin
Any line through the origin in $\mathbb{R}^2$ can be written as: $$\text{span}\{(a,b)\}$$ This set has one basis vector → dimension $1$.
2. The Entire Plane $\mathbb{R}^2$
A basis might be:
Two basis vectors → dimension $2$.
3. A Plane Inside $\mathbb{R}^3$
Example: $$\text{span}\{(1,0,0),(0,1,0)\}$$ Two independent vectors → dimension $2$.
4. The Whole Space $\mathbb{R}^3$
Standard basis:
- $(1,0,0)$
- $(0,1,0)$
- $(0,0,1)$
Three basis vectors → dimension $3$.
How to Determine Dimension
To find the dimension of a space:
- Find a basis (or reduce a spanning set to a basis).
- Count the number of vectors in that basis.
- That count is the dimension.
Some helpful reminders:
- If a space has a basis of $n$ vectors, every basis has $n$ vectors.
- If you need $n$ coordinates to describe a point, the space is $n$‑dimensional.
Exercises
Exercises
- What is the dimension of the space $\text{span}\{(2,1)\}$ in $\mathbb{R}^2$?
- Determine the dimension of the space spanned by $\{(1,0,0),(0,1,0)\}$ in $\mathbb{R}^3$.
- True or false: A basis for $\mathbb{R}^2$ must contain exactly two vectors.
- Find the dimension of the space spanned by $\{(1,1),(2,2)\}$.
- How many coordinates are needed to describe a point in a 4‑dimensional vector space?
- Determine whether the set $\{(1,0,0),(0,1,0),(0,0,1),(1,1,1)\}$ can be a basis for $\mathbb{R}^3$.